home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
MandelLambda2.Form
< prev
next >
Wrap
Text File
|
1994-04-13
|
226b
|
30 lines
MandelLambda2
{
{
mirrorx
x1=-1.5
x2= 2.0
y1=-1.15
y2= 1.15
par1.r=1.0
par1.i=0.5
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z+c
z=par1*z
w=abs(z)
}
{
w>bailout
}
{
par1 : Lambda
}
}